home *** CD-ROM | disk | FTP | other *** search
- Path: news1.h1.usa.pipeline.com!usenet
- From: grantp@usa.pipeline.com(Pete)
- Newsgroups: comp.lang.c++
- Subject: Re: Borland Turbo C++ 3.0 for windows:Fatal error help
- Date: 20 Feb 1996 23:45:17 GMT
- Organization: Kalevi, Inc.
- Message-ID: <4gdmed$5lc@news1.usa.pipeline.com>
- NNTP-Posting-Host: pipe15.h1.usa.pipeline.com
- X-PipeUser: grantp
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (Pete)
- X-Newsreader: Pipeline USA v3.3.0
-
- On Feb 19, 1996 14:27:57 in article <Borland Turbo C++ 3.0 for
- windows:Fatal error help>, 'jlauro@erols.com (John Lauro)' wrote:
-
-
- >
- >When I write a program and try to run it, it gives me a fatal error saying
-
- >that when you build a file useing owl.h that it must be defined windows30
- or
- >windows31. How do I do that? (I am a newbie please keep simple, if
- possible)
- >
- There are two ways.
- 1. Find an option where you can specify preprocessor
- options and insert WIN31 there. Not sure where this option
- is in TC30, and if you can't find it, resort to #2 below.
-
- 2. In each file in which you include OWL files, insert the
- preprocessor definition WIN31 ahead of owl. For example:
-
- #define WIN31
- #include <owl.h>
-
- --
- Pete Grant
- Kalevi, Inc.
- Software Engineering & development
-